diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-15 10:36:26 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-15 10:36:26 +0000 |
| commit | 534266f90a5ca846767dc2a990c77f1112a33d9c (patch) | |
| tree | 62803374475726c2d2bdb0aece29b20599ed718a /app/[lng]/serp/layout.tsx | |
| parent | 0ffba85c79a7693d887e6fe0cd991e42faea8f36 (diff) | |
(임수민) serp 구현
Diffstat (limited to 'app/[lng]/serp/layout.tsx')
| -rw-r--r-- | app/[lng]/serp/layout.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/[lng]/serp/layout.tsx b/app/[lng]/serp/layout.tsx new file mode 100644 index 00000000..9f048854 --- /dev/null +++ b/app/[lng]/serp/layout.tsx @@ -0,0 +1,5 @@ +export default function SapImportLayout({ children }: { children: React.ReactNode }) {
+ return <>{children}</>
+}
+
+
|
